Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.annotations.graph--graphs

This contribution is part of XML component org.nuxeo.ecm.annotations.graph inside nuxeo-annot-contrib-6.0.jar

Extension Point

Extension point graphs of component RelationService.

Contributed Items

  • <graph name="annotations" type="jena">
          <option name="backend">sql</option>
          <option name="databaseType">
            Derby 
          </option>
          <option name="datasource">java:/nxrelations-default-jena</option>
          <namespaces>
            <namespace name="rdf">
              http://www.w3.org/1999/02/22-rdf-syntax-ns#
            </namespace>
            <namespace name="dcterms">http://purl.org/dc/terms/1.1/</namespace>
            <namespace name="nuxeo">http://www.nuxeo.org/document/uid/</namespace>
          </namespaces>
        </graph>

XML Source

<extension point="graphs" target="org.nuxeo.ecm.platform.relations.services.RelationService">
    <graph name="annotations" type="jena">
      <option name="backend">sql</option>
      <option name="databaseType">
        Derby 
      </option>
      <option name="datasource">java:/nxrelations-default-jena</option>
      <namespaces>
        <namespace name="rdf">
          http://www.w3.org/1999/02/22-rdf-syntax-ns#
        </namespace>
        <namespace name="dcterms">http://purl.org/dc/terms/1.1/</namespace>
        <namespace name="nuxeo">http://www.nuxeo.org/document/uid/</namespace>
      </namespaces>
    </graph>
  </extension>